home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group97a.txt / 000060_icon-group-sender _Mon Mar 3 17:54:07 1997.msg < prev    next >
Internet Message Format  |  2000-09-20  |  677b

  1. Received: by cheltenham.cs.arizona.edu; Mon, 3 Mar 1997 16:36:27 MST
  2. To: icon-group@cs.arizona.edu
  3. Date: 3 Mar 1997 17:54:07 GMT
  4. From: kot@buteo.math.utk.edu (Mark Kot)
  5. Message-Id: <5ff37v$r3n$1@gaia.ns.utk.edu>
  6. Organization: University of Tennessee
  7. Sender: icon-group-request@cs.arizona.edu
  8. Subject: reading reals
  9. Errors-To: icon-group-errors@cs.arizona.edu
  10. Status: RO
  11. Content-Length: 263
  12.  
  13.  
  14.     What is the Icon analog to the C
  15. programming instruction
  16.  
  17.     scanf("%f%f", &x, &y);   ?
  18.  
  19. That is, what is the simplest (or most standard)
  20. way to read two real numbers (with intervening
  21. and/or preceding white space) from a line of
  22. input in Icon ?
  23.  
  24.     Many thanks !
  25.